Open
Conversation
Sets namespace to fix the following error:
```
Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@325f2fc3 of type BuildFlowService.Parameters
> A problem occurred configuring project ':qr_code_scanner'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
> Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
```
aditya1331
approved these changes
Feb 2, 2024
|
@asmrtfm please merge this. |
|
Merge it! |
|
Please merge it! |
|
@asmrtfm please merge this pull request ASAP Its quite urgent Thanks |
|
@aditya1331 can you able to merge this PR please ? |
|
Looks like the maintainer is quite stubborn. Maybe they want everyone to migrate to their new package mobile_scanner but that is such a chore. Well thanks @asmrtfm for this patch/PR (saved me a lot of time). If anyone else stumbles onto this post, in your qr_code_scanner: ^1.0.1with qr_code_scanner:
git:
url: https://github.com/asmrtfm/qr_code_scanner
ref: patch-1
version: ^1.0.0to use this patch. Maybe also leave a comment thanking @asmrtfm. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets namespace to fix the following error: